@charset "utf-8";

/* ---------------
acms.css
使用するテーマに関係なく必要なa-blog cmsのシステムに関わるスタイルの設定です。
このcssファイルを適用しない場合、表示に問題が発生しますのでご注意ください。
--------------- */

/* ---------------
■■目次
■float解除に関わる表示設定
■ログイン後の管理ボタン関連を設定
■各コンテンツ(画像、地図、動画など)の表示設定
■投稿フォーム関連表示設定
■管理ページ内の各要素の表示設定
--------------- */


/* ---------------
float解除に関わる表示設定
--------------- */

/* フロート解除 */
.clear {
	clear: both !important;
}
/*	フロート解除(不可視)(予備)	*/
.clearHidden {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/* フロート解除(不可視) */
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}



/* ---------------
ログイン後の管理ボタン関連を設定
--------------- */

/* ログイン後のadminボタン囲み */
#adminBox {
	min-height: 30px;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #E9E9E9;
	_text-align: left;
}
/* 汎用ボタン囲み */
.btnBox {
	min-height: 30px;
	margin: 10px 0;
	padding: 10px;
}
.btnBox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* 管理ボタンの並び調整 */
.adminBtn {
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: bottom;
}
/* 管理ボタン部分のユーザー名 */
#loginUserStatus {
	clear: both;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1;
}
/* 記事管理用ボタン */
.formEntryAction {
	clear: both;
	min-height: 30px;
	margin: 10px;
	padding: 10px 10px 5px 10px;
	_padding: 10px;
	border: 1px solid #AAAAAA;
	background-color: #CCCCCC;
}
/* ユニット追加ボタン */
.formEntryActionUnit {
	clear: both;
	min-height: 30px;
	margin: 10px;
	border: 1px solid #AAAAAA;
	background-color: #CCCCCC;
}

    .formEntryActionUnit .sorthandle {
        padding: 10px;
        cursor: move;
    }


/* テンプレート名表示 */
/* このスタイルはデバッグ用です。通常は非表示にしてあります。 */
/* 使用しているテンプレートファイルが管理ボタン枠内に表示されます。 */
#adminBox #rootTpl {
	display: none;/* この行を削除すると表示されます */
	clear: both;
	margin: 0;
	color: #333333;
}


/* ---------------
各コンテンツ(画像、地図、動画など)表示設定
--------------- */

/* 添付画像配置（おまかせ） */
div.column-image-auto {
}
/* 添付画像配置（左） */
div.column-image-left {
	float: left;
	margin-right: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-image-auto {display:block;}
/* 添付画像配置（右） */
div.column-image-right {
	float: right;
	margin-left: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-image-right {display:block;}
/* 添付画像配置（中央） */
div.column-image-center {
	margin-left: auto;
	margin-right: auto;
	_text-align: center;
}

/* ファイル配置（おまかせ） */
div.column-file-auto {
}
/* ファイル配置（左） */
div.column-file-left {
	float: left;
	margin-right: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-file-left {display:block;}
/* ファイル配置（右） */
div.column-file-right {
	float: right;
	margin-left: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-file-right {display:block;}
/* ファイル配置（中央） */
div.column-file-center {
	margin-left: auto;
	margin-right: auto;
	_text-align: center;
}

/* 地図配置（おまかせ） */
.column-map-auto {
	margin-bottom: 10px;
	/*macie¥*/
	overflow: hidden;/*macie*/
}
/* 地図配置（左） */
.column-map-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*macie¥*/
	overflow: hidden;/*macie*/
}
/* 地図配置（右） */
.column-map-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	/*macie¥*/
	overflow: hidden;/*macie*/
}
/* 地図配置（中央） */
.column-map-center {
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	/*macie¥*/
	overflow: hidden;/*macie*/
}

/* YouTube配置 (おまかせ) */
.column-youtube-auto {
}
/* YouTube配置 (左) */
.column-youtube-left {
	float: left;
	margin-right: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-youtube-left {display:block;}
/* YouTube配置 (右) */
.column-youtube-right {
	float: right;
	margin-left: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-youtube-right {display:block;}
/* YouTube配置 (中央) */
.column-youtube-center {
	margin-left: auto;
	margin-right:auto;
}

/* 画像URL配置（おまかせ） */
div.column-eximage-auto {
}
/* 画像URL配置（左） */
div.column-eximage-left {
	float: left;
	margin-right: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-eximage-auto {display:block;}
/* 画像URL配置（右） */
div.column-eximage-right {
	float: right;
	margin-left: 10px;
	display: inline;
}
html[xmlns*=""] body:last-child .column-eximage-right {display:block;}
/* 画像URL配置（中央） */
div.column-eximage-center {
	margin-left: auto;
	margin-right:auto;
	_text-align: center;
}

/* 検索結果のハイライト
---------------*/
.highlight1 {
	color: black;
	background: #ffff66;
}
.highlight2 {
	color: black;
	background: #a0ffff;
}
.highlight3 {
	color: black;
	background: #99ff99;
}
.highlight4 {
	color: black;
	background: #ff9999;
}
.highlight5 {
	color: black;
	background: #ff66ff;
}
.highlight6 {
	color: black;
	background: #880000;
}

/* ---------------
投稿フォーム関連表示設定
--------------- */

/* 投稿フォーム */
form#entryForm {
	width: 100% !important;
	background: #F7F7F7 !important;
}
/* 投稿フォーム内容の囲み */
.entryFormWrapper {
	padding: 10px 10px 0 10px !important;
	_padding: 0 !important;
	border-top: solid 4px #EFEFEF !important;
	background: #F7F7F7 !important;
}

/* 投稿フォーム用基本テーブル */
table.entryFormTable {
	width: 100%;
	margin: 0;
	border: none !important;
	border-collapse: collapse !important;
}
table.entryFormTable th {
	width: 10em !important;
	text-align: right !important;
	white-space: nowrap;
}
table.entryFormTable th,
table.entryFormTable td {
	padding: 7px !important;
	border: none !important;
	background-color: #F7F7F7 !important;
}
table.entryFormTable th.thY {
	width: 30%;
}

/* 投稿フォーム用基本テーブル（詳細部分） */
table.entryFormTable tr.detail-fade th,
table.entryFormTable tr.detail-fade td,
table.entryFormTable tr.detail-fade-body th,
table.entryFormTable tr.detail-fade-body td {
	background-color: #E3E3E3 !important;
}

table.entryFormTable tr.detail-fade td {
    padding: 0 !important;
}
table.entryFormTable tr.detail-fade td a.detail-fade-head {
    outline: 0;
    width: 100%;
    display: block;
    padding: 7px 0;
    text-align: center;
}

/* 投稿フォーム用基本テーブル（カラムごとの各設定） */
table.entryFormColumnSettingTable {
	width: 100% !important;
	border: none !important;
}
table.entryFormColumnSettingTable th {
	width: 8em !important;
	background-color: transparent !important;
	text-align: right !important;
}
table.entryFormColumnSettingTable th, 
table.entryFormColumnSettingTable td {
	border: none !important;
}

/* フォームアイテムのサイズ調整 */
/* テキスト入力 */
input.entryFormInputText {
}
table.entryFormColumnTable {
	width: 100% !important;
	border: none !important;
	margin: 0 0 0 0 !important;
}
table.entryFormColumnTable th,
table.entryFormColumnTable td {
	border: none !important;
}
td.entryFormFileControl {
	line-height: 2em !important;
	vertical-align: top !important;
}
table.entryFormColumnTable img {
	margin: 0 0 10px 0 !important;
	padding: 5px !important;
	background: #FFFFFF !important;
}

/* 投稿フォーム画像詳細 */
table.entryFormImageTable {
	width: 100% !important;
	margin: 5px 0 0 0 !important;
	border: none !important;
	background-color: #F7F7F7 !important;
	border-collapse: collapse !important;
}
table.entryFormImageTable th {
	width: 10em !important;
	background-color: #F7F7F7 !important;
	text-align: right !important;
}

/* 編集中の記事フォーム */
.entryFormColumn {
	padding: 0 0 10px 0;
	position: relative;
}
.entryFormColumnItem {
	padding: 10px !important;
	padding-bottom: 0px !important;
	margin-bottom:0px !important;
	zoom: 1;
}
.entryFormColumnItem-toberemoved {
	display: none;
}
.entry tr {
	border: none !important;
}

/* 投稿配置指定 */
.entryFormColumn .entryFormColumnHead {
	margin: 0 !important;
	padding: 10px !important;
	position: relative !important;
	background: #A7A7AA;
	color: #FFFFFF;
}

/*　記事概要部分のカラム　*/
.entryFormColumn .entryFormColumnItem-summary .entryFormColumnHead {
	background-color: #7E7E84;
}
.entryFormColumn .entryFormColumnItem-summary .entryFormColumnBody {
	background-color: #D0D0D0;
}
.entryFormColumnBody {
	margin: 0 !important;
	padding: 10px !important;
	text-align: left !important;
	background-color: #D0D0D0;
}
.entryFormColumnBody textarea{
	line-height: 1.7;
}
.entryFormColumnBody.outOfSummaryRange {
	background-color: #EBEBEB;
}
.entryFormColumnBody dl dd {
	padding-bottom: 8px !important;
}
.entryFormColumn .entryFormColumnBody .entryFormColumnTable tr .entryFormFileentryFormImages {
	width: 100px !important;
	vertical-align: top !important;
}

/* カテゴリー追加 */
.categoryAdderBtn {
	display: inline;
}
.categoryAdder {
	z-index: 1;
	display: none;
	position: absolute;
	padding: 10px;
	background: #D0D0D0;
}
.categoryAdder table {
	_width: 50%;
	background: #F7F7F7;
}
.categoryAdder .textbox {
	width: 80px;
}

/* カテゴリー追加のmodal dialog */
#categoryAddForm {
    font-size: 13px;
}

/* タグ候補 */
ul#tag-assist {
    margin      : 10px;
    padding     : 0px;
    text-align  : left;
}
    ul#tag-assist li {
        margin  : 3px;
        display : inline-block;
        white-space : nowrap;
        /display: inline;
        /zoom   : 1;
    }

/* 詳細設定のトグルリンク */
a#dateExpander:hover {
    background-color: #d0d0d0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

/* カラム(v1.1からカラム→ユニットと改名) */
.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
	position: relative;
	position: absolute;
	top: 6px;
	left: 10px;
	width: auto;
}

.entryFormColumn .entryFormColumnHead .sorthandle {
	width: 100%;
	height: 38px;
	_height: 33px;
	padding: 0;
	_padding-right: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}
.entryFormColumn .entryFormColumnHead .label {
	position: relative;
	right: 45px;;
	float: right;
	text-align: right;
}
.entryFormColumn .entryFormColumnHead .togglebody {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
	text-align: center;
}
/* closethis = editinplace unit, removethis = normal unit */
.entryFormColumn .entryFormColumnHead .closethis,
.entryFormColumn .entryFormColumnHead .removethis {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
}

/* カラムをドラッグした時のスタイル */
.entryFormColumn .ui-sortable-helper {
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom:0px;
	_margin: 0 !important;
	_padding: 0 !important;
	width: 97.25%;
	position: absolute;
	left: 0 !important;
}
#more.ui-sortable-helper {
	_margin: 0 !important;
	_padding: 5px 0 !important;
	width: 97%;
}

/* 投稿フォーム内の「以下のカラムが一覧表示時に「続きを読む」になります」部分 */
.entryFormColumn #more {
	margin: 10px 10px 0 10px;
	padding: 5px 0;
	position: relative;
	border: 1px solid #7F7F84;
	background: #ffffff;
	cursor: move;
	text-align: center;
	display: none;
}
.entryFormColumn #more .sorthandle {
	width: 100%;
	height: 100%;
}

/* 地図 */
.formColumnMap {
	width: 100%;
}
.formColumnMapTd {
	_width: 200px;
	min-width: 200px;
}
*+html .formColumnMapTd {
	width: 200px;
}
.map_msg_id{
	width: 100%;
	_width: 90%;
}
*+html .map_msg_id{
	width:90%;
}

/* フォーム投稿ボタン囲み */
.comPost {
	background: #B0B0B0;
	padding: 10px;
	text-align: center;
}
/* キャンセルボタン */
input.cancelBtn {
	font-size: 130%;
}
/* サブミット(承認)ボタン */
input.submitBtn {
	width: 8em;
	font-size: 130%;
}

/* 入力欄の横幅設定 */
.formSizeS {
	width: 150px;
}
.formSizeM {
	width: 240px;
}
.formSizeL {
	width: 320px;
}

/* 投稿フォームの表示調整 */
/* フォームの内容に問題がある場合のコメントの表示 */
/* 通常は非表示 */
p.transaction-notice-,
label.validator-result-,
label.validator-result-1,
label.v-result-,
label.v-result-1 {
	display: none;
}
/* 問題発生時には表示 */
p.transaction-notice-error,
label.validator-result-error,
label.validator-result-0,
label.v-result-error,
label.v-result-0 {
	display: block;
	color: #FF0000;
}

/* 変更時メッセージ */
.noticeMsg {
    text-align: center;
    font-size: 14px;
    border: 3px double #ffffff;
    background-color: rgb(224, 224, 224);
    margin-bottom: 20px;
}

/* ---------------
管理ページ内の各要素の表示設定
--------------- */
div.contents {
	
}
	div.contents h2 {
		margin: 0 0 0.5em 0;
		padding: 0 0.5em 0;
		font-size: 1.16em;
	}
	div.contents h3 {
		margin: 1em 0 0 0;
		padding: 0.5em 0;
		font-size: 1.16em;
	}
	div.contents h4 {
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0.5em;
		font-size: 1.16em;
	}
	div.contents h5 {
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0.5em;
	}
	div.contents p {
		padding: 0.5em 0;
	}
	div.contents ul {
		list-style-type: disc;
		list-style-position: inside;
		margin: 0 0 1em 0;
		padding: 0.5em;
	}
	div.contents ul li {
		margin: 0 0 0.5em 0;
		padding: 0 0 0 0.5em;
		line-height: 1.2;
	}
	div.contents ol {
		list-style-position: inside;
		margin: 0 0 1em 0;
		padding: 0 0 0 0;
	}
	div.contents ol li {
		margin: 0 0 0.5em 0;
		line-height: 1.2;
	}
	div.contents dl {
		width: 98%;
		line-height: 1.2;
	}
	div.contents dt {
		float: left;
		width: 20%;
	}
	div.contents dd {
		float: right;
		width: 79%;
	}
	div.contents pre {
		clear: both;
		overflow: scroll;
		width: 90%;
		margin: 5px 0 5px 10px;
		padding: 10px;
	}
	div.contents blockquote {
		clear: both;
	}
	div.contents table {
		margin: 0 0 10px 0;
		padding: 0;
		border-collapse: collapse;
	}
	div.contents tr {
		margin:0;
		padding: 0;
	}
	div.contents th {
		padding: 0.5em 0.8em;
		text-align: right;
		font-weight: normal;
	}
	div.contents td {
		padding: 0.5em 0.8em;
	}

/*************************暫定スタイル***************************/

.js-edit_inplace {

}

#js-edit_inplace-detail {
    width: 640px;
    border: 3px double silver;
    background-color: #f2f2f2;
}

#js-edit_inplace-box {
    width: 640px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}
    #js-edit_inplace-box .entryFormColumnBody textarea {
        margin-bottom: 10px;
    }
    #js-edit_inplace-box .entryFormColumnBody textarea.map_msg_id {
        margin-bottom: 0;
    }
    #js-edit_inplace-box .entryFormColumnBody,
    #js-edit_inplace-box .entryFormColumnHead {
        margin-bottom: 10px;

        border: 1px solid #999999;

        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }
#js-edit_inplace-box .entryFormColumnHead {
    border-bottom: none;
}
#js-edit_inplace-box .entryFormColumnBody {
    border-top: none;
}
#js-edit_inplace-submit {
    position: absolute;
    right: 15px;
    bottom: 36px;
}
.js-edit_inplace-hovering {
    background-color: rgb(0,255,0);
    opacity: 0.1;
    -moz-opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: pointer;
}
.js-edit_inplace-loading {
    background-color: rgb(255,255,255);
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
    .js-edit_inplace-loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -17px;
        margin-left: -18px;
    }

.acmsBenchmarkTable {
    margin: 5px;
    border-collapse: collapse;
    background-color: white;
    text-align: left;
}

.acmsBenchmarkTable th,
.acmsBenchmarkTable td {
    border: 1px solid gray;
    padding: 5px 10px;
}

/* widthの制限*/
select.categoryWidth {
    max-width: 250px;
    width: auto !important;
    width: 250px;
}